POST api/avd
Request Information
URI Parameters
None.
Body Parameters
RequestAppointmentVsDiagnosisAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| AVAID | integer |
None. |
|
| DiagnosisTypeID | integer |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AVAID": 1,
"DiagnosisTypeID": 2,
"Remarks": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.